From 2f207d86c6200c193ec022be2e97fa85b2e0fb17 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 24 May 2005 18:30:16 +0000 Subject: [PATCH] bitkeeper revision 1.1531 (429372b8Kjz5panaw5OaTXiMgKbyJg) XendDomain.py: Remove/disable debug output. Signed-off-by: Christian Limpach --- tools/python/xen/xend/XendDomain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py index faccd8a967..87cf57992c 100644 --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -510,7 +510,6 @@ class XendDomain: pass else: # Shutdown still pending. - print 'domain_shutdowns> pending: ', id timeout = min(timeout, left) if timeout <= SHUTDOWN_TIMEOUT: # Pending shutdowns remain - reschedule. -- 2.30.2